This guide will walk you through setting up Cloudflared on your system.
You need to have administrative (sudo) access to your system.
Here are the steps to install Cloudflared.
| #!/usr/bin/env typst | |
| // vim: syntax=typst | |
| // ============================================================================== | |
| // CONFIGURATION | |
| // ============================================================================== | |
| #set page( | |
| paper: "a4", |
| // cc -o o ./o.c && ./o > o.py | |
| #include <stdio.h> | |
| #include <string.h> | |
| int main() | |
| { | |
| char buf[256]; | |
| const char *self = "# python ./o.py > o.c\nself = \"?\"\nfor x in self.split(chr(124))[1]:\n if ord(x) == 63:\n for y in self:\n if y == '\\n': print(\"\\\\n\", end='')\n elif y == '\"': print(\"\\\\\\\"\", end='')\n elif y == '\\\\': print(\"\\\\\\\\\", end='')\n else: print(f\"{y}\", end='')\n else:\n print(x, end='')\n|// cc -o o ./o.c && ./o > o.py\n#include <stdio.h>\n#include <string.h>\n\nint main()\n{\n char buf[256];\n const char *self = \"?\";\n int n = strlen(self);\n for (int i = 0; self[i] != 124; ++i) {\n if (self[i] == 63) {\n for (int j = 0; j < n; ++j) {\n switch (self[j]) {\n case '\\n': printf(\"\\\\n\"); break;\n case '\"': printf(\"\\\\\\\"\"); break;\n case '\\\\': printf(\"\\\\\\\\\"); break;\n default: printf( |
As of 2020-07-27 The default google calendar api response does not include the user visible names:
Below is a json map for all the default colors. Please note:
| # AFF | |
| # 如果你想支持我,可以通过我的邀请链接购买机场 | |
| # 感谢支持 | |
| # 1. ssLinks 邀请码: fSo2OhzH https://98a6251b6cd7471da86cca993b6dbe6f.36d.biz/#/register?code=fSo2OhzH | |
| # 2. 一元机场 邀请码: r3f1duds https://xn--4gq62f52gdss.top/#/register?code=r3f1duds | |
| # 一定要填我的邀请码,不填我哭给你看😭 | |
| # mihomo (Clash Meta) 懒人配置 | |
| # 版本 V1.23-251221 |
(Microsoft.AspNetCore.RateLimiting)
Вбудований middleware для обмеження кількості запитів від клієнта за певний період часу.
Основні задачі:
echo -n 'password' | npx argon2-cli -e is documented as the way to created a hashed version of a password for use with code-server, but this doesn't work and argon2-cli is currently unmaintained.
Change SALT="" to your own value: SALT="gerhgilrehilgekq"
$ podman run -it ubuntu
| #include <deque> | |
| #include <iostream> | |
| #include <map> | |
| #include <set> | |
| #include <unordered_map> | |
| #include <unordered_set> | |
| #include <vector> | |
| template <typename T1, typename T2> | |
| std::ostream& operator<<(std::ostream& out, const std::pair<T1, T2>& pair); |